|
|
|
|
AllowMergeFromPreviousDefault Property, ColumnClass Class |
Defines the CellBaseClass.AllowMergeFromPrevious property default for cells in this column, whether cells in this column allow merging with cells in the previous column.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public Property AllowMergeFromPreviousDefault As Boolean |
C# |
public bool AllowMergeFromPreviousDefault { get; set; } |
C++ |
public: property bool AllowMergeFromPreviousDefault { |
Property Value
True if cells in this column allow merging with cells in the previous column, otherwise False.
The default value is False.
Comments
The AllowMergeFromPreviousDefault property defines the CellBaseClass.AllowMergeFromPrevious property default for cells in this column, whether cells in this column allow merging with cells in the previous column.
The default settings for cell merging can be defined using these properties: ColumnClass.AllowMergeFromPreviousDefault is used for cells in the item area, Headers.AllowMergeFromPreviousDefault for cells in column headers and Footers.AllowMergeFromPreviousDefault for cells in column footers.